home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / start.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-11-20  |  1.8 KB  |  85 lines

  1. object AboutBox: TAboutBox
  2.   Left = 885
  3.   Top = 456
  4.   BorderStyle = bsDialog
  5.   Caption = 'About '#39'Network PC'#39
  6.   ClientHeight = 262
  7.   ClientWidth = 367
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 346
  21.     Height = 198
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 10
  28.       Top = 10
  29.       Width = 80
  30.       Height = 85
  31.       Picture.Data = {<image000.bmp>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 108
  37.       Top = 20
  38.       Width = 164
  39.       Height = 16
  40.       Caption = 'Network PC Companion CD'
  41.       IsControl = True
  42.     end
  43.     object Copyright: TLabel
  44.       Left = 10
  45.       Top = 98
  46.       Width = 239
  47.       Height = 16
  48.       Caption = 'Copyright             Weird Science Ltd, 1997'
  49.       IsControl = True
  50.     end
  51.     object Comments: TLabel
  52.       Left = 24
  53.       Top = 120
  54.       Width = 312
  55.       Height = 64
  56.       Alignment = taCenter
  57.       Caption = 
  58.         'Features Network PC software, Utilities for the Amiga and the PC' +
  59.         ' to enhance the use of the system on both platforms and the Wind' +
  60.         'ows 95 Amiga Emulator with Amiga Disk Files and Launch Program.'
  61.       WordWrap = True
  62.       IsControl = True
  63.     end
  64.     object Label1: TLabel
  65.       Left = 116
  66.       Top = 36
  67.       Width = 151
  68.       Height = 16
  69.       Alignment = taCenter
  70.       Caption = 'Version 1.0, October 1997'
  71.       IsControl = True
  72.     end
  73.   end
  74.   object OKButton: TButton
  75.     Left = 137
  76.     Top = 222
  77.     Width = 92
  78.     Height = 30
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 1
  83.   end
  84. end
  85.